Get ASCII Code
Command Prototype
iRet = Asc(sChr)
Command Description
Get the ASCII code of a specified character
Parameter Description
- Required Parameter
- sChr--The character to get ASCII code for
- return
- iRet--The variable used to save the output of the function call